home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Apple Reference & Presen…rary 5 (Internal Edition)
/
Apple R&P Lib Internal v5.0.iso
/
6-Developer Demos
/
Developer Demos-Ed.
/
Macintosh School® CD-ROM Demo
/
Macintosh SchoolÆ CD-ROM Demo
/
card_118901.txt
< prev
next >
Wrap
Text File
|
1990-08-14
|
5KB
|
226 lines
-- card: 118901 from stack: in
-- bmap block id: 119205
-- flags: 4000
-- background id: 114030
-- name: Open Dialog
----- HyperTalk script -----
on groupOne
if hilite of target then
lock screen
go to card short name of target of this background
unlock screen
else
repeat with index = 2 to 10
set hilite of button id index to false
end repeat
set hilite of target to true
end if
end groupOne
on closeCard
repeat with index = 3 to 10
set hilite of button id index to false
end repeat
set hilite of button id 2 to true
end closeCard
-- part 1 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=0 top=0 right=342 bottom=512
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
-- part 2 (button)
-- low flags: 00
-- high flags: 4000
-- rect: left=95 top=93 right=109 bottom=296
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Attendance Report
----- HyperTalk script -----
on mouseUp
groupOne
end mouseUp
-- part 3 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=95 top=109 right=125 bottom=296
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Letter
----- HyperTalk script -----
on mouseUp
groupOne
end mouseUp
-- part 4 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=95 top=125 right=141 bottom=296
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Report Card
----- HyperTalk script -----
on mouseUp
groupOne
end mouseUp
-- part 5 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=95 top=141 right=157 bottom=296
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
-- part 6 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=95 top=157 right=173 bottom=296
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
-- part 7 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=95 top=173 right=189 bottom=296
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
-- part 8 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=95 top=189 right=205 bottom=296
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
-- part 9 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=95 top=205 right=221 bottom=296
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
-- part 10 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=95 top=221 right=237 bottom=296
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
-- part 11 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=339 top=192 right=208 bottom=417
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Open
----- HyperTalk script -----
on mouseUp
repeat with index = 2 to 10
if hilite of button id index then
lock screen
go to card short name of button id index of this background
unlock screen
exit repeat
end if
end repeat
end mouseUp
-- part 12 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=339 top=217 right=233 bottom=417
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Cancel
----- HyperTalk script -----
on mouseUp
go back
end mouseUp